Skip to content

Release v4.16 #1215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 18, 2025
Merged

Release v4.16 #1215

merged 2 commits into from
Feb 18, 2025

Conversation

Zabuzard
Copy link
Member

Scam Detector improvements to get rid of the nasty scammers 🐛

Features:

@Zabuzard Zabuzard added the release Marks official releases and talks about them, i.e. merges from develop to master label Feb 18, 2025
@Zabuzard Zabuzard self-assigned this Feb 18, 2025
@Zabuzard Zabuzard requested a review from a team as a code owner February 18, 2025 09:18
@Zabuzard Zabuzard merged commit 1b4c13a into master Feb 18, 2025
14 checks passed
Copy link

.of(results.containsSuspiciousKeyword, results.hasSuspiciousUrl,
results.containsDollarSign)
.filter(flag -> flag)
.count() >= 2;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: This could be a constant at the top of the class or in a different constant class + it will help to know exactly what the 2 means for someone new on the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Marks official releases and talks about them, i.e. merges from develop to master
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants